-
Notifications
You must be signed in to change notification settings - Fork 29k
[DOC][Minor]Specify the common sources available for collecting #6641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @@ -47,6 +47,10 @@ | |||
| # instance master and applications. MetricsServlet may not be configured by self. | |||
| # | |||
|
|
|||
| ## List of available common sources and their properties. | |||
|
|
|||
| # org.apache.spark.metrics.source.JvmSource | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't the only Source, and this doesn't document anything about it. What's the value?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the only Common Source users can add additionally, all the spark internal source are added automatically.
No value for this one, just as org.apache.spark.metrics.sink.JmxSink.
|
OK, if so then this seems at least harmless and has some value. LGTM. |
|
OK to test |
|
Jenkins, test this please |
|
Test build #34211 has finished for PR 6641 at commit
|
I was wondering what else common sources available until search the source code. Maybe better to make this clear. Author: Yijie Shen <henry.yijieshen@gmail.com> Closes apache#6641 from yijieshen/patch-1 and squashes the following commits: b5b99b4 [Yijie Shen] Make it clear that JvmSource is the only available additional source currently f23140c [Yijie Shen] [DOC][Minor]Specify the common sources available for collecting
I was wondering what else common sources available until search the source code. Maybe better to make this clear. Author: Yijie Shen <henry.yijieshen@gmail.com> Closes apache#6641 from yijieshen/patch-1 and squashes the following commits: b5b99b4 [Yijie Shen] Make it clear that JvmSource is the only available additional source currently f23140c [Yijie Shen] [DOC][Minor]Specify the common sources available for collecting
I was wondering what else common sources available until search the source code. Maybe better to make this clear.